home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / graphics / fxforge / raversfilters / decrypt noise reducer < prev    next >
Text File  |  1999-06-15  |  398b  |  19 lines

  1. Category: Cryptology
  2. Title: Decrypt Noise Reducer
  3. Copyright: Copyright 1998 by harry@visca.com
  4. Author: Harry the Raver
  5. Filename: DecNoRed.8bf
  6.  
  7. R:put((c+src(x+2,y,z))/2,0),abs(c-get(0))>ctl(0)?src(x-1,y,z):c
  8.  
  9. G:put((c+src(x+2,y,z))/2,0),abs(c-get(0))>ctl(0)?src(x-1,y,z):c
  10.  
  11. B:put((c+src(x+2,y,z))/2,0),abs(c-get(0))>ctl(0)?src(x-1,y,z):c
  12.  
  13. A:a
  14.  
  15. ctl[0]: Reduction Level
  16.  
  17. val[0]: 21
  18.  
  19.